home *** CD-ROM | disk | FTP | other *** search
/ Gospel Library / Infobase setup disc.iso / intro / intro.dxr / 00133.ls < prev    next >
Encoding:
Text File  |  1998-09-22  |  173 b   |  13 lines

  1. on mouseUp
  2.   cancelpuppets()
  3.   go("Nav")
  4. end
  5.  
  6. on mouseEnter
  7.   set the castNum of sprite 24 to cast "t4"
  8. end
  9.  
  10. on mouseLeave
  11.   set the castNum of sprite 24 to cast "FAKE"
  12. end
  13.